iOS Question Target is null errors using DateUtils Library

mcvburen

Member
Licensed User
I get this error: Target is null. Method called: _setdateandtime::::::

When this code executes

Dim DueTicks As Long
DueTicks = DateUtils.SetDateAndTime(2017,10,5,6,44,0)

But not only the SetDateAndTime function but all functions in the DateUtils library are giving the same error, for instance GetDayOfWeekName. It is like the DateUtils library is broken or corrupted. I exited B4i and restarted but cannot seem to solve error.

B4i 4.30
DateUtils Version 1.05
Using B4i Bridge to iPhone7 with iOS 10.3.3


Any Ideas?

Thank You!
 

mcvburen

Member
Licensed User
Erel,

I unchecked the iDateUtils Library and added the DateUtils.Bas file to the project.
It works perfectly!

Thank You for all you do.
 
Upvote 0
Top