Search code examples
xcodereact-nativebuildbitcode

bitcode bundle could not be generated because Flipper-DoubleConversion was built without full bitcode


I wanted to build IOS after environmental separation. However, an error occurs when building.

  • this is my error

enter image description here

  • this is my podfile

enter image description here

How can i solve this problem?

NOTE : I want use bitcode. so I not recommend change bitcode value 

Solution

  • I changed Filpper version

    • package.json
    {
    "react-native-flipper": "^0.135.0",
    }
    
    • podFile
    use_flipper!({ 'Flipper' => '0.135.0' }, configurations: ['DevDebug','ProdDebug','DevRelease', 'ProdRelease'])