Open newportsolutionsgroup opened 8 years ago
Any update here? I tried too compile myself chaings paths, but with no luck :(
Could you copy the .bundle file to the app/platforms/iphone directory and try again?
On 12 September 2016 at 16:42:46, Flavio Maria De Stefano (notifications@github.com(mailto:notifications@github.com)) wrote:
Any update here? I tried too compile myself chaings paths, but with no luck :(
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub(https://github.com/timanrebel/HockeyApp/issues/18#issuecomment-246370018), or mute the thread(https://github.com/notifications/unsubscribe-auth/ABB6gTPdWOk7PGhAzx6kRuxdrlUlGgsIks5qpWTmgaJpZM4JzCw-).
Yes - Resolved. I got this working in Appcelerator 5.4GA in both Alloy and Classic (which is what I needed) with some tips from @timanrebel . First I updated the HockeySDK and recompiled / packaged the iOS module (but this step is not mandatory)
The trick is to place the HockeySDKResources.bundle in your mobile app project folder.
Using ALLOY: Copy the bundle to: app\assets\iphone\HockeySDKResources.bundle Using Classic: Copy the bundle folder to: Resources\iphone\HockeySDKResources.bundle
*Clean your project and rebuild. - Presto! @timanrebel - I think the real trick is how fast YOU replied!
Is it possible that this doesn't works with 5.2.2.GA?
Same thing with 5.4.0.GA:
[DEBUG] [HockeySDK] -[BITCrashManager initWithAppIdentifier:appEnvironment:hockeyAppClient:]/252 [HockeySDK] WARNING: HockeySDKResources.bundle is missing, will send reports automatically!
Clean and rebuild? Did you remove the bundle when you compiled the module?
Yes.
@kopiro Not app/assets
, but app/platform
afaik. Did it work in app/assets
for you @newportsolutionsgroup ?
Yes it worked for me in app/assets
On Mon, Sep 12, 2016 at 8:57 AM, Timan Rebel notifications@github.com wrote:
@kopiro https://github.com/kopiro Not app/assets, but app/platform afaik. Did it work in app/assets for you @newportsolutionsgroup https://github.com/newportsolutionsgroup ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timanrebel/HockeyApp/issues/18#issuecomment-246395309, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-FUSBtdfz_GiKP3DC8WQ-0cwD-jFeuks5qpXZfgaJpZM4JzCw- .
I've had the same issue. Sorted it but it keeps popping up with Romanian text! Any ideas how to set the locale correctly for English? I can't work out how
Tim, great work on the HockeyApp module. Have you or anyone had the same issue I keep facing where the strings in the messages do not display correctly?
I was told it was a problem with the HockeySDKResources.bundle but it is included and present in your module. Take a look at the screen shot. Am I missing something?