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

Uploading ipa issue #11

Open
mywoodystock opened this issue Aug 20, 2015 · 3 comments
Open

Uploading ipa issue #11

mywoodystock opened this issue Aug 20, 2015 · 3 comments

Comments

@mywoodystock
Copy link

Hi,

Are you still supporting this ANE? I am having trouble uploading the ipa to the crashlytics/fabric dashboard as I keep getting this error when running the bash script:

** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Run\ Script build/dsymupload.build/Release/dsymupload.build/Script-398BD51C1876C966003AAA43.sh

I've looked through it and found the run script is referencing the crashlytics framework path incorrectly:

export CRASHLYTICS_FRAMEWORK_PATH=$SCRIPT_DIR/../ios/Crashlytics.framework

where the crashyltics framework is actually found in /../ios/Frameworks/Crashlytics.framework

Editing this line has had no effect however so I was wondering if there was anywhere else where this location change may be having an effect? I can't seem to find any.

Thanks for you time.
Adam

ps. Some people have mentioned a bug where it crashes on bootup. I have fixed this for iOS by replacing the infoAdditions in your readme with:

<key>Fabric</key>
<dict>
<key>APIKey</key>
<string>{API_KEY_HERE}</string>
<key>Kits</key>
<array>
<dict>
<key>KitName</key>
<string>Crashlytics</string>
<key>KitInfo</key>
<dict/>
</dict>
</array>
</dict>

@wman1980
Copy link

Any news on that topic?
For me API is always 0 if I get it with "AirCrashlytics.apiKey". Afterwards I try to start it with "AirCrashlytics.start()" and my app crashes.

I changed my infoAdditions to:

                <dict>
                    <key>APIKey</key>
                    <string>XXXXXXXX</string>
                    <key>Kits</key>
                    <array>
                        <dict>
                            <key>KitInfo</key>
                            <dict/>
                            <key>KitName</key>
                            <string>Crashlytics</string>
                        </dict>
                    </array>
                </dict>

Any idea?

@dannycortesv
Copy link

@mywoodystock If you use the running the shell script with "-v" Option you can see that the
current shell script looks for Crashlytics Framework under "../ios/Crashlytics.framework", but actually the framework resides in "../ios/Frameworks/Crashlytics.framework". All you needed to do is to move that framework one folder up

@dannycortesv
Copy link

It seems to work for me, i get: ** BUILD SUCCEEDED **, but there is not any update on the dashboard, any one could solve this uploading ipa 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

3 participants