williamrijksen / com.williamrijksen.onesignal

Titanium Appcelerator Library for OneSignal Push Notifications Service
Other
51 stars 43 forks source link

Update iOS OneSignal SDK to 3.12.3 #113

Open jordanbisato opened 1 year ago

jordanbisato commented 1 year ago

Need to test

com.williamrijksen.onesignal-iphone-3.1.0.zip

joshualambert commented 1 year ago

com.williamrijksen.onesignal-iphone-3.1.0.zip iOS binary here built using Titanium SDK 12 GA.

joshualambert commented 1 year ago

Attempted to test with my own iOS binary along with the one above. Causes iOS simulator to crash immediately on boot:


Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 901D4041-9BC1-405F-BCBD-20E67986BF1F
CrashReporter Key:   57261ED5-3531-1829-C967-0E5808A8465F
Hardware Model:      MacBookPro17,1
Process:             My Test [68078]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/B1367758-ECEC-4718-9737-F1C63C4CC681/data/Containers/Bundle/Application/BC9CE461-A14F-4C0E-ADA8-26F835BFD150/My Test.app/My Test
Identifier:          com.signpilot.myTest
Version:             1.1.0 (1.1.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [63330]
Coalition:           com.apple.CoreSimulator.SimDevice.B1367758-ECEC-4718-9737-F1C63C4CC681 [18679]
Responsible Process: SimulatorTrampoline [61056]

Date/Time:           2023-02-02 16:01:15.9710 -0600
Launch Time:         2023-02-02 16:01:15.8665 -0600
OS Version:          macOS 12.6.2 (21G320)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: DYLD 1 Library missing
Library not loaded: @rpath/OneSignalExtension.framework/OneSignalExtension
Referenced from: <20AA11C1-8336-34B1-9E42-5045A93B9D66> /Users/USER/Library/Developer/CoreSimulator/Devices/B1367758-ECEC-4718-9737-F1C63C4CC681/data/Containers/Bundle/Application/BC9CE461-A14F-4C0E-ADA8-26F835BFD150/My Test.app/Frameworks/OneSignal.framework/OneSignal
Reason: tried: '/Users/cvt/Library/Developer/CoreSimulator/Devices/B1367758-ECEC-4718-9737-F1C63C4CC681/data/Containers/Bundle/Application/BC9CE461-A14F-4C0E-ADA8-26F835BFD150/My Test.app/Frameworks/OneSignalExtension.framework/OneSignalExtension' (errno=2), '/Users/cvt/Library/Developer/CoreSimulator/Devices/B1367758-ECEC-4718-9737-F1C63C4CC681/data/Containers/Bundle/Application/BC9CE461-A14F-4C0E-ADA8-26F835BFD150/My Test.app/Frameworks/OneSignal.framework/Frameworks/OneSignalExtension.framework/OneSignalExtension' (errno=2), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Content
(terminated at launch; ignore backtrace)

Triggered by Thread:  0
joshualambert commented 1 year ago

Test Case App: http://smalltownhosting.com/titanium/OneSignalTestApp_Feb0223.zip

Did following: 1.) ti create to make new Titanium project. 2.) Inside of project, placed Android and iOS binaries above into respective module locations. 3.) ti build 4.) Simulator opens, then crashes. 5.) Opening logs reveals above output.

felipemathies commented 1 year ago

same here!