Post

Replies

Boosts

Views

Activity

Framework Not Found with xcode 12
With xcode 12 first time build fails for working project with previously installed cocoapods framework: ld: framework not found Pods_CopticFind clang: error: linker command failed with exit code 1 (use -v to see invocation) So, what changed from xcode 11.7 to 12? Tried running: pod deintegrate pod update No change, still same error. 2. Change Framework Search path to 'recursive'. No change, still same error.
10
0
54k
Mar ’23
How to get .ipa onto device now that iTunes doesn't contain apps?
I used to drag my .ipa file into iTunes and sync to test my ad-hoc build. The 'new' iTunes (12.7.0.166) doesn't contain apps any more. So how are you getting your .ipa onto your physical device?
Replies
30
Boosts
0
Views
99k
Activity
Sep ’21
How to load .ipa onto iPhone within Catalina?
Before Catalina, we used to be able to drag the .ipa file into iTunes with a device attached.Now that iTunes is gone, dragging into 'Music' did not do anything.Thoughts?
Replies
5
Boosts
2
Views
76k
Activity
Jun ’22
Framework Not Found with xcode 12
With xcode 12 first time build fails for working project with previously installed cocoapods framework: ld: framework not found Pods_CopticFind clang: error: linker command failed with exit code 1 (use -v to see invocation) So, what changed from xcode 11.7 to 12? Tried running: pod deintegrate pod update No change, still same error. 2. Change Framework Search path to 'recursive'. No change, still same error.
Replies
10
Boosts
0
Views
54k
Activity
Mar ’23