Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Bundle - Invalid Asset Catalog. One of the files named Assets.car is not a valid Asset Catalog file (IOS) #19

Open
nabeelpkl opened this issue Jan 12, 2018 · 2 comments

Comments

@nabeelpkl
Copy link

nabeelpkl commented Jan 12, 2018

Hi,

I am using react-native-360 for iOS app and I am able to build and play the app on an iPhone but while uploading to the store I am getting this error:

Invalid Bundle - Invalid Asset Catalog. One of the files named Assets.car is not a valid Asset Catalog file

I tried disabling GVR SDK and was able to upload to the store but without GVR SDK I cannot play 360 videos.

Below is the Podfile:

target 'vrdevotee' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!
  pod 'Fabric'
  pod 'Crashlytics'
  pod 'GVRSDK/GVRView'
  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
  pod 'React', :path => ‘../node_modules/react-native', :subspecs => [
  'Core',
  'RCTImage',
  'RCTNetwork',
  'RCTText',
  'BatchedBridge',
  'RCTWebSocket',
  'RCTAnimation',
  'RCTGeolocation',
  'RCTLinkingIOS',
  'RCTSettings',
  'RCTVibration',
  'DevSupport'
  ]
  pod 'ReactNativeNavigation', :path => '../node_modules/react-native-navigation'
  pod 'ReactNativeFabric', :path => '../node_modules/react-native-fabric'
end

@nabeelpkl nabeelpkl changed the title Invalid Bundle - Invalid Asset Catalog. One of the files named Assets.car is not a valid Asset Catalog file Invalid Bundle - Invalid Asset Catalog. One of the files named Assets.car is not a valid Asset Catalog file (IOS) Jan 12, 2018
@RichardLindhout
Copy link
Contributor

I can confirm this issue. I removed this library to overcome the warning.

@nabeelpkl
Copy link
Author

thanks @RichardLindhout for your response. In my app, I need to play 360 videos with VR mode. so I can't go without a player like this. Is there any other alternative to this player or I can overcome this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants