martijnwalraven / meteor-ios

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
MIT License
741 stars 82 forks source link

Library not loaded: @rpath/InflectorKit.framework/InflectorKit #126

Open Meorge opened 4 years ago

Meorge commented 4 years ago

I'm getting this error when running on an iPhone 11 with iOS 13.3.1 and Xcode 11.3.1. Strangely, running it on the Simulator works fine.

dyld: Library not loaded: @rpath/InflectorKit.framework/InflectorKit
  Referenced from: /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/AppName
  Reason: no suitable image found.  Did find:
    /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit: code signature invalid for '/private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit'

    /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit: stat() failed with errno=25
    /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit: code signature invalid for '/private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit'

    /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit: stat() failed with errno=1
    /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit: code signature invalid for '/private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit'

    /private/var/containers/Bundle/Application/70660573-EBFC-4795-BE21-0C66CB5C466D/AppName.app/Frameworks/InflectorKit.framework/InflectorKit: stat() failed with errno=1

I installed Meteor using CocoaPods, with the line pod 'Meteor', '~> 0.2'.

Does anyone know how I can fix this error?