iovation / deviceprint-SDK-iOS

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

Build failing in FraudForce SDK in Xcode 11.5 #12

Closed prakruth-ct closed 4 years ago

prakruth-ct commented 4 years ago

The Fraud force sdk is failing build in Xcode 11.5 when building using any Xcode simulator with following error: Building for iOS Simulator, but the linked and embedded framework 'FraudForce.framework' was built for iOS. However, if I build using an actual device, it works fine

Could you please look into it at the earliest

adamcadaver commented 4 years ago

I don't work for iovation but I think if you run rm -r Frameworks-build/FraudForce.framework that will fix your issue.

mark-sanvitale-iovation commented 4 years ago

Correct. You can execute that command manually from a shell whenever alternating between simulator and device. You can also add a script phase as the last step in the build phases of your app target and run that command at the end of every build.

Check Issue #10 for more details. Closing as a duplicate of that issue.