Hi,
I just upgraded to xCode 13 beta 3. Now when building for simulator, I got error:
I am using Cocoa Pods for depencencies, but looking into project definition for CocoaLumberjack module there is nothing strange in in architectures field - same {$ARCHS_STANDARD} as in main project.
Any idea how to fix this? I am using Intel mac, so that it don't have much sense to build for arm64-apple-ios-simulator at all...
Jindrich
I just upgraded to xCode 13 beta 3. Now when building for simulator, I got error:
Code Block error: could not find module 'CocoaLumberjack' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64
I am using Cocoa Pods for depencencies, but looking into project definition for CocoaLumberjack module there is nothing strange in in architectures field - same {$ARCHS_STANDARD} as in main project.
Any idea how to fix this? I am using Intel mac, so that it don't have much sense to build for arm64-apple-ios-simulator at all...
Jindrich