You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Thank you for this awesome library!
Is there any chance we can get a xcframework build to support both arm64 and x86 simulators?
I tried building the project, but I'm having some troubles when running UniversalFramework on M1 chip:
Using global toolchain override 'Xcode Default'. (in target 'PayCardsRecognizerSim' from project 'PayCardsRecognizer')
Showing All Messages
Using global toolchain override 'Xcode Default'.
Using global toolchain override 'Xcode Default'. (in target 'PayCardsRecognizerSim' from project 'PayCardsRecognizer')
** BUILD FAILED **
The following build commands failed:
CodeSign /Users/tamimattafi/Desktop/PayCards_iOS_Source-master/build/Release-iphonesimulator/PayCardsRecognizerSim.framework (in target 'PayCardsRecognizerSim' from project 'PayCardsRecognizer')
(1 failure)
/Users/tamimattafi/Desktop/PayCards_iOS_Source-master/PayCardsRecognizer.xcodeproj:1:1: DEFINES_MODULE was set, but no umbrella header could be found to generate the module map (in target 'PayCardsRecognizerSim' from project 'PayCardsRecognizer')
Command PhaseScriptExecution failed with a nonzero exit code
The text was updated successfully, but these errors were encountered:
Hello!
Thank you for this awesome library!
Is there any chance we can get a
xcframework
build to support both arm64 and x86 simulators?I tried building the project, but I'm having some troubles when running
UniversalFramework
on M1 chip:The text was updated successfully, but these errors were encountered: