Post

Replies

Boosts

Views

Activity

Xcode 12 Archive Warnings
Using Xcode Version 12.0.1 (12A7300). Run in Simulator works without errors/warnings after adding 'arm64' to Excluded Architectures for 'Any iOS Simulator SDK'. Archive build succeeds but ends with warnings: DIBlockByRefStruct on DICompositeType is no longer supported ld: warning: ignoring invalid debug info in /Users/MyName/Library/Developer/Xcode/DerivedData/MyApp-hjxpxqxddowpfjbxwdpqomlzmfuo/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension.bundle.WjNAQv/06 DerivedData Folder is empty Performed Product/Clean Build Folder Archiving by selecting 'Any iOS Device (arm64)'
2
0
1k
Oct ’20
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
50k
Sep ’20