[GH-ISSUE #442] Can't build this project in my computer, does any can talk about the order the build #272

Closed
opened 2026-03-03 01:11:22 +03:00 by kerem · 6 comments
Owner

Originally created by @loyio on GitHub (Jan 1, 2021).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/442

Originally assigned to: @Econa77 on GitHub.

Using M1 Mac
macOS Big Sur Version 11.1
Xcode Version 12.3 (12C33)

  1. I'm git clone this project to my local env.
  2. and open Clipy.xcodeproj
  3. I have change the build destination to Resetta and click the Build then report a error like "No such module 'Sauce'"
  4. And then I opened Pods.xcodeproj, change the scheme to Pods-clipy
  5. click the build get a Pods_Clipy.framework
  6. add this to Clipy.xcodeproj
  7. finally, this build failed

I am a novice in Mac developing, thanks for your help

Originally created by @loyio on GitHub (Jan 1, 2021). Original GitHub issue: https://github.com/Clipy/Clipy/issues/442 Originally assigned to: @Econa77 on GitHub. Using M1 Mac macOS Big Sur Version 11.1 Xcode Version 12.3 (12C33) 1. I'm git clone this project to my local env. 2. and open `Clipy.xcodeproj` 3. I have change the build destination to Resetta and click the Build then report a error like `"No such module 'Sauce'"` 4. And then I opened `Pods.xcodeproj`, change the scheme to Pods-clipy 5. click the build get a Pods_Clipy.framework 6. add this to `Clipy.xcodeproj` 7. finally, this build failed I am a novice in Mac developing, thanks for your help
kerem 2026-03-03 01:11:22 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@loyio commented on GitHub (Jan 1, 2021):

error input

PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/loyio/Library/Developer/Xcode/DerivedData/Clipy-cbqkftoeeqzrzseirqmxcqcdbzwr/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh (in target 'Clipy' from project 'Clipy')
    cd /Users/loyio/githubProject/Clipy
    /bin/sh -c /Users/loyio/Library/Developer/Xcode/DerivedData/Clipy-cbqkftoeeqzrzseirqmxcqcdbzwr/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh

mkdir -p /Users/loyio/Library/Developer/Xcode/DerivedData/Clipy-cbqkftoeeqzrzseirqmxcqcdbzwr/Build/Products/Debug/Clipy.app/Contents/Frameworks
/Users/loyio/githubProject/Clipy/Pods/Target Support Files/Pods-Clipy/Pods-Clipy-frameworks.sh: line 42: source: unbound variable
Command PhaseScriptExecution failed with a nonzero exit code
<!-- gh-comment-id:753284106 --> @loyio commented on GitHub (Jan 1, 2021): error input ``` PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/loyio/Library/Developer/Xcode/DerivedData/Clipy-cbqkftoeeqzrzseirqmxcqcdbzwr/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh (in target 'Clipy' from project 'Clipy') cd /Users/loyio/githubProject/Clipy /bin/sh -c /Users/loyio/Library/Developer/Xcode/DerivedData/Clipy-cbqkftoeeqzrzseirqmxcqcdbzwr/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh mkdir -p /Users/loyio/Library/Developer/Xcode/DerivedData/Clipy-cbqkftoeeqzrzseirqmxcqcdbzwr/Build/Products/Debug/Clipy.app/Contents/Frameworks /Users/loyio/githubProject/Clipy/Pods/Target Support Files/Pods-Clipy/Pods-Clipy-frameworks.sh: line 42: source: unbound variable Command PhaseScriptExecution failed with a nonzero exit code ```
Author
Owner

@Econa77 commented on GitHub (Jan 1, 2021):

@loyio Open Clipy.xcworkspace to build the project. You can then build on your M1 Mac by selecting the Clipy scheme andMy Mac (Rosetta).

Cannot do a native build (not Rosetta) of the M1 Mac at this time, but I'm working on it.

<!-- gh-comment-id:753285623 --> @Econa77 commented on GitHub (Jan 1, 2021): @loyio Open `Clipy.xcworkspace` to build the project. You can then build on your M1 Mac by selecting the `Clipy` scheme and` My Mac (Rosetta) `. Cannot do a native build (not Rosetta) of the M1 Mac at this time, but I'm working on it.
Author
Owner

@loyio commented on GitHub (Jan 1, 2021):

@Econa77
thank you for your answer
but I already does this step, and rebuild the framework adapt to the project
and I think my fail build is caused by the Pods_Clipy.framework

my Pods_Clipy.framework is like this image below I'm uploaded

thanks

Screen Shot 2021-01-01 at 9 27 19 PM
<!-- gh-comment-id:753316973 --> @loyio commented on GitHub (Jan 1, 2021): @Econa77 thank you for your answer but I already does this step, and rebuild the framework adapt to the project and I think my fail build is caused by the `Pods_Clipy.framework` my `Pods_Clipy.framework` is like this image below I'm uploaded thanks <img width="725" alt="Screen Shot 2021-01-01 at 9 27 19 PM" src="https://user-images.githubusercontent.com/32695256/103439494-6b01d200-4c78-11eb-94dd-68c895f5bf8b.png">
Author
Owner

@Econa77 commented on GitHub (Jan 2, 2021):

@loyio Pods_Clipy.framework should be linked automatically. Would you please re-do git clone and open Clipy.xcworkspace to build the Clipy scheme in Xcode?

Note that the file to open is Clipy.xcworkspace instead of Clipy.xcodeproj.

<!-- gh-comment-id:753444755 --> @Econa77 commented on GitHub (Jan 2, 2021): @loyio `Pods_Clipy.framework` should be linked automatically. Would you please re-do `git clone` and open `Clipy.xcworkspace` to build the `Clipy` scheme in Xcode? Note that the file to open is `Clipy.xcworkspace` instead of `Clipy.xcodeproj`.
Author
Owner

@loyio commented on GitHub (Jan 2, 2021):

@Econa77
Thanks for your help
I'm sorry that I didn't notice your first comment about the Clipy.xcworkspace

<!-- gh-comment-id:753448095 --> @loyio commented on GitHub (Jan 2, 2021): @Econa77 Thanks for your help I'm sorry that I didn't notice your first comment about the `Clipy.xcworkspace`
Author
Owner

@Econa77 commented on GitHub (Jan 3, 2021):

@loyio 👍 The issue will close, but if you still have problems please reopen it.

<!-- gh-comment-id:753572171 --> @Econa77 commented on GitHub (Jan 3, 2021): @loyio 👍 The issue will close, but if you still have problems please reopen it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#272
No description provided.