iovation / deviceprint-SDK-iOS

iovation device print SDK for iOS
Other
34 stars 13 forks source link

Xcode 12.3 (12C33) 🛠 cannot build for simulators 📱 #16

Closed PH9 closed 3 years ago

PH9 commented 3 years ago

Found this error.

/Users/w/directory/Project.xcodeproj Building for iOS Simulator, but the linked and embedded framework 'FraudForce.framework' was built for iOS + iOS Simulator.

thanasak22 commented 3 years ago

workaround

https://stackoverflow.com/questions/63267897/building-for-ios-simulator-but-the-linked-framework-framework-was-built

evnik commented 3 years ago

Hey @PH9 and everyone facing the same issue, Could you please try to convert the FraudForce.framework to XCFramework using this script, replace the framework in your project and let me know if it works? Thank you

PH9 commented 3 years ago

workaround

stackoverflow.com/questions/63267897/building-for-ios-simulator-but-the-linked-framework-framework-was-built

I do after this. And it works.