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
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
I cannot get it to build following the instructions in the guide in #35 .
I get the error #import <AWSCore/AWSCore.h> file not found.
I have AWSCore.framework in Libraries > Core.xcodeproj > Frameworks. Expanding it shows that it is empty (not sure if normal).
I also have a AWSCore.framework listed directly below the Project. Expanding that also shows nothing.
It looks like the header search paths are working correctly because the file that is throwing the error is included from node_modules/aws-sdk-react-native-core/ios/Frameworks. Project build settings frameworks search paths has $(SRCROOT)/../node_modules/aws-sdk-react-native-core/ios/Frameworks.
Opening that folder in finder shows AWSCore.framework. Expanding that shows Modules and Versions.
Ive also got AWSCore.framework in Target > General > Embedded Libraries.
Any idea what could be going wrong?
Its worth noting that the Android build works.
The text was updated successfully, but these errors were encountered:
I cannot get it to build following the instructions in the guide in #35 .
I get the error
#import <AWSCore/AWSCore.h>
file not found.I have AWSCore.framework in Libraries > Core.xcodeproj > Frameworks. Expanding it shows that it is empty (not sure if normal).
I also have a AWSCore.framework listed directly below the Project. Expanding that also shows nothing.
It looks like the header search paths are working correctly because the file that is throwing the error is included from
node_modules/aws-sdk-react-native-core/ios/Frameworks
. Project build settings frameworks search paths has$(SRCROOT)/../node_modules/aws-sdk-react-native-core/ios/Frameworks
.Opening that folder in finder shows AWSCore.framework. Expanding that shows Modules and Versions.
Ive also got AWSCore.framework in Target > General > Embedded Libraries.
Any idea what could be going wrong?
Its worth noting that the Android build works.
The text was updated successfully, but these errors were encountered: