0

I'm currently working on an app in Xcode10 which references the J2ObjC library.

When trying to build the app i get the following errors. See line 486-490 in image below. enter image description here

I currently have j2objc version 0.9.8.2.1, but would like to update this to a new version as i believe the update would fix the issue. How can I update the library to a newer version?

I'm new to ios , so not sure exactly where to get instructions. I checked the official website but with no luck.

Any thoughts?

MCSD
  • 151
  • 2
  • 12

1 Answers1

1

The CocoaPods site is not the official website: the j2objc team doesn't support CocoaPods (our team is too small), so community members contributed it independently.

What is supported is using Xcode frameworks. In the latest j2objc release, the distribution bundle contains a j2objc/frameworks directory; here is the doc on updating Xcode to reference this directory.

tball
  • 1,984
  • 11
  • 21
  • Thanks Tball for the effort...unfortunately i've not been able to resolved the issue, due to lack of technical ios knowledge & help so this has been parked for now. – MCSD Feb 11 '19 at 10:23
  • After seeing the code generate by the j2obc tool i think i'll stick to C# for now and we'll get a dedicated ios dev to look at this. – MCSD Feb 11 '19 at 10:25