ios - Xcode update - impossible to debug -
the recent xcode update has annihilated app. take things further, debugging issues impossible because works correctly, , doesn't.
for example: when run app, textures , labels load properly. other times, 1 load in front of other. same goes labels.
all can gather is not problem code, problem update. did syntax changes suggested when first installed program no avail.
the hints have strangle console messages after running app:
error loading /system/library/extensions/iohidfamily.kext/contents/plugins/iohidlib.plugin/contents/macos/iohidlib: dlopen(/system/library/extensions/iohidfamily.kext/contents/plugins/iohidlib.plugin/contents/macos/iohidlib, 262): no suitable image found.
did find: /system/library/extensions/iohidfamily.kext/contents/plugins/iohidlib.plugin/contents/macos/iohidlib: mach-o, not built ios simulatorcannot find function pointer iohidlibfactory factory 13aa9c44-6f1b-11d4-907c-0005028f18d5 in cfbundle/cfplugin 0x7ffe99729c20 (bundle, not loaded)
i have researched these , apparently harmless error messages.
my question is: how can textures render again? why xcode reading in different order each time?
Comments
Post a Comment