-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I tried to build the PHYPHOX-IOS project locally on my Mac and it broke in Xcode on the the versions of JXLS. But there were settings like IOS target at 12 that I moved up to 18, but then a bunch of deprecated issues at IOS 13 came up as warnings, and at least one ALLOC error in the systype.h file in JXLS.
Here are some samples:
.../source/phyphox-ios/phyphox-iOS/JXLS/External/xlslib/xlslib/src/xlslib/recdef.h:224: warning: TODO: Create a constructor that gets user-defined arguments that specify the appearence
.../source/phyphox-ios/phyphox-iOS/JXLS/External/xlslib/xlslib/src/xlslib.h:70: warning: TODO: remove? use? reserved for future use?)
.../source/phyphox-ios/phyphox-iOS/JXLS/External/xlslib/xlslib/src/common/systype.h:101: error: ERROR: Invalid allocator option
.../source/phyphox-ios/phyphox-iOS/ZipZap/ZipZap/ZZInflateInputStream.m:47: warning: TODO: reference some kind of error
.../source/phyphox-ios/phyphox-iOS/ZipZap/ZipZap/ZZInflateInputStream.m:135: warning: TODO: need to handle Z_DATA_ERROR etc.
.../source/phyphox-ios/phyphox-iOS/phyphox/UI/MainView/ExperimentsCollectionViewController.swift:783: warning: TODO: Replace all instances of Data(contentsOf:...) with non-blocking requests
.../source/phyphox-ios/phyphox-iOS/phyphox/Experiments/Analysis/Modules/Abstract/ExperimentComplexUpdateValueAnalysis.swift:11: warning: TODO: Should be an enum
Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure
Is there an up to date build version and instructions?