Closed ahtisham09 closed 3 years ago
@ahtisham09 you can try this:
On Build Settings search VALID_ARCH
then press delete. This should work for me with Xcode 12.0.1
@thanhcuong1990 i tried this but its not working
tried that, not working
Adding arm64
to excluded architectures (for both project and Pods build settings) fixed the issue for me.
didnt work :(
Community needs to look this issue still not reply any collaborate on this issue
Community needs to look this issue still not reply any collaborate on this issue
Yeah I also having this issue and have been seeing a lot people reporting the same issue, I'm using Mac OS Big Sur version 11.0.1 and Xcode version 12.2 (12B45b).
Community needs to look this issue still not reply any collaborate on this issue
Yeah I also having this issue and have been seeing a lot people reporting the same issue, I'm using Mac OS Big Sur version 11.0.1 and Xcode version 12.2 (12B45b).
Finally I managed to solve this issue by getting the latest update of MacOS big Sur 11.1 and Xcode 12.3 (12C33))
@shawwal so your issue is solved?
@shawwal so your issue is solved?
Yes it's solved after I update XCode to version 12.3
Adding
arm64
to excluded architectures (for both project and Pods build settings) fixed the issue for me.
Yes i did same thing in xcode 12.3 & mac os 11.1 and ios 14.
It works very well with physical device above setting is required only in simulator.
I have upgraded to Xcode 12.3 and tried the suggestion above, but I now get:
Check dependencies
No architectures to compile for (ARCHS=arm64, VALID_ARCHS=arm64 arm64e armv7 armv7s, EXCLUDED_ARCHS=(
arm64
)).
** ARCHIVE FAILED **
Any ideas?
Adding
arm64
to excluded architectures (for both project and Pods build settings) fixed the issue for me.
This solution worked for me.
I solve this Issue by adding $(ARCHS_STANDARD)
inVALID_ARCHS
and here is the screenshot of my App ARCHS
I am running my app on IOS and getting error module map file '/Users/macbook/Library/Developer/Xcode/DerivedData/Connect360-fkvotrokqjgczacuwgznybcvqqnp/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.modulemap' not found my app is running fine on Xcode 11 today i just update Xcode 12 from Xcode 11 and then i am getting this error i tried many things but its not working please help me i am stuck very badly