Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: Hyperloop 2.0.0
-
Fix Version/s: Hyperloop 2.0.1
-
Labels:None
-
Environment:
Ti SDK 6.0.0.GA
Hyperloop 2.0.0
Xcode 8.0
-
Sprint:2017 Sprint 05 SDK
Description
Steps to reproduce the behavior
1. Create a simple classic project
2. Add following Podfile into root dir
install! 'cocoapods',
|
:integrate_targets => false
|
platform :ios, '10.0'
|
use_frameworks!
|
|
target 'ClassicHyperloop' do
|
pod 'GooglePlaces'
|
end
|
3. Add following code into app.js
var GooglePlaceClient = require('GooglePlaces/GMSPlacesClient');
|
4.Run the app
Actual behavior
The app will lead to crash
Expected behavior
The GooglePlace should work well.
Additional notes
Tried example code (GooglePlace Demo) inside GooglePlace Pod folder, run it on Xcode, and works well.
Ref Link about GooglePlaces
https://developers.google.com/places/ios-api/start
Attachments
Issue Links
- is triggering
-
TIMOB-24390 Hyperloop: Unable to use third party framework (kofax), which is not from Pods
-
- Closed
-
- links to