[AC-1014] Ti.Gigya Module (iOS): Could not load NIB in bundle
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-30T03:58:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules, Titanium SDK & CLI |
Labels | defect, ios, iphone |
Reporter | Wouter Versluijs |
Assignee | Shak Hossain |
Created | 2015-06-17T08:33:21.000+0000 |
Updated | 2016-03-08T07:37:21.000+0000 |
Description
This issue is regarding the following Titanium module: https://github.com/appcelerator-modules/ti.gigya.
When requiring and using this module the app crashes and gives the following error:
"Terminating app due to uncaught exception 'NSInternalInconsistencyException'" with the reason "Could not load NIB in bundle"
The crash only happens when calling a function inside the module like "login" or "showLoginUI".
*Current workaround*
_Credits: Togbaliberty_
"I was able to solve this issue by copying and pasting the all the files in the https://github.com/appcelerator-modules/ti.gigya/tree/master/ios/assets folder of Ti.gigya into an app/assets/iphone/modules/ti.gigya folder of my app for that error to disappear."
Hello, I tested the Ti.Gigya Module (iOS) you reported. But app does not crash when calling a function inside the module like "login" or "showLoginUI". It works with the latest environment. *Testing Environment:* Command-Line Interface, version 4.1.2, Ti SDK: 4.1.0.GA, iOS Device: iPad(v8.1), ti.gigya version: 1.2.0, Alloy Version: 1.7.1, Studio Version: 4.1.1 So I recommend you upgrade studio and SDK to the latest build and let us know if you get the error again. Also test the latest module: https://github.com/search?utf8=%E2%9C%93&q=ti.gigya Thanks.