Skip to content

code0wl/nativescript-framework-issue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeScript external plugin issue iOS

Setup:

git clone git@github.com:code0wl/nativescript-framework-issue-demo.git
cd nativescript-framework-issue-demo
tns prepare ios
open platforms/ios/nativescriptframeworkissuedemo.xcworkspace/

Synopsis

This repo is a demo for the issue we are currently having when trying to achieve both frameworks to work in unison for iOS

When both frameworks are loaded and when calling the Urban Airship CocoaPod, the application crashes due to a reference of an object that is no longer available for the framework. The following:

Xcode debug sdtout

The bundle “PersistenceTesting” couldn’t be loaded because its executable couldn’t be located.

bash debug stdout

com.apple.CoreSimulator.SimDevice.93AAB200-A581-4BE4-BEC0-4360B1FA74FB.launchd_sim[95792] (UIKitApplication:org.nativescript.frameworkissuedemo[0x93fc][73825]): Service exited due to Segmentation fault: 11

This is coming from the Urban Airship plugin who cannot reference the item anymore.

Plugins (already included inside of the project)

The plugins in question are the following.

Point of interest is that the urban-airship library is included as a cocoapod and the liveperson live engage library is included as a framework which gets put in the correct output directory via an after-prepare hook node script.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published