0

I am trying to build an Ionic 3 app for iOS and I keep getting this error when building both with Xcode and on Ionic Pro.

When using Xcode I get:

[x] ld: framework not found FileProvider for architecture x86_64

On Ionic Pro I get:

[x] ld: framework not found FileProvider for architecture armv7

This same project already builds and works on Android.

Chris Hansen
  • 315
  • 1
  • 3
  • 12

1 Answers1

0

Solved, just had to update Xcode. That doesn't really explain why it wasn't working on Ionic Pro though. But it worked fine in Xcode after updating.

Chris Hansen
  • 315
  • 1
  • 3
  • 12