- Dec 12, 2022
- 357
- 2
I am using SD FlexGrids in a cross platform B4X application for Android and IOS.
The SetRowsHeights and ClearRows methods work perfectly in Android but crash in IOS.
The SetRowsHeights method causes an error when attempting to load the app onto the iPhone.
The code compiles fine but the build fails with the following:
Error: ** BUILD FAILED **
The following build commands failed:
CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_page_roundselect.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_page_roundselect.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'B4iProject' from project 'B4iProject')
(1 failure)
If I comment the line of code using the SetRowsHeights method then it compiles and builds onto the iPhone without an issue.
What happens now though is that a run time error occurs when the FlexGrid has some rows...
The SetRowsHeights and ClearRows methods work perfectly in Android but crash in IOS.
The SetRowsHeights method causes an error when attempting to load the app onto the iPhone.
The code compiles fine but the build fails with the following:
Error: ** BUILD FAILED **
The following build commands failed:
CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_page_roundselect.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_page_roundselect.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'B4iProject' from project 'B4iProject')
(1 failure)
If I comment the line of code using the SetRowsHeights method then it compiles and builds onto the iPhone without an issue.
What happens now though is that a run time error occurs when the FlexGrid has some rows...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید